home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cweb31.zip / COMM-PC.CH < prev    next >
Text File  |  1993-11-19  |  732b  |  27 lines

  1. This is the change file for CWEB's COMMON under DOS
  2. (Contributed by Lee Wittenberg, March 1993)
  3.  
  4. Changes necessary for compiling with Borland C/C++
  5. Use compilation switches -mc -w-pro -Ff=5000
  6.  
  7. Note: The change to section 27 is not necessary if using a compiler
  8. that allows >64K arrays.
  9.  
  10. @x section 27
  11. @d max_bytes 90000 /* the number of bytes in identifiers,
  12. @y
  13. @d max_bytes (unsigned)60000 /* the number of bytes in identifiers,
  14. @z
  15.  
  16. @x section 69
  17. An omitted change file argument means that |"/dev/null"| should be used,
  18. @y
  19. An omitted change file argument means that |"NUL"| should be used,
  20. @z
  21.  
  22. @x section 70
  23.   if (found_change<=0) strcpy(change_file_name,"/dev/null");
  24. @y
  25.   if (found_change<=0) strcpy(change_file_name,"NUL");
  26. @z
  27.